Skip to content

Conversation

@hheei
Copy link
Contributor

@hheei hheei commented Sep 17, 2023

bug here


def eval_one(self, feature, x):
return np.polynomial.chebyshev.chebval(2 * x - 1, feature)
return np.polynomial.chebyshev.chebval(2 * x - 1, feature.T).astype(config.real(np))
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why feature.T?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants